home *** CD-ROM | disk | FTP | other *** search
- ; NETEL515.INF
- ;
- ; Original Copyright 1995, 3Com Corp
- ;
- ; Copyright 1995-1997, Microsoft Corporation
- ;
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,1.7.3.0
-
- [Manufacturer]
- %V_3COM%=3COM
-
- [ControlFlags]
- ExcludeFromSelect = ISAPNP\TCM5051, \
- ISAPNP\TCM5151
-
- [3COM]
- %pnpTCM5150.DeviceDesc% = pnpTCM5150.ndi, ISAPNP\TCM5051 ;3Com 3C515-TX
- %pnpTCM5151.DeviceDesc% = pnpTCM5151.ndi, ISAPNP\TCM5151 ;3Com 3C515-T4
- %*TCM5150.DeviceDesc% = *TCM5150.ndi, *TCM5051 ;3Com 3C515-TX (Legacy Mode)
- %*TCM5151.DeviceDesc% = *TCM5151.ndi, *TCM5151 ;3Com 3C515-T4 (Legacy Mode)
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX)
- ;
- [pnpTCM5150.ndi]
- Characteristics = 0x84
- BusType = 14
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
-
- [pnpTCM5150.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4)
- ;
- [pnpTCM5151.ndi]
- Characteristics = 0x84
- BusType = 14
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
-
- [pnpTCM5151.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX in Legacy Mode)
- ;
- [*TCM5150.ndi]
- Characteristics = 0x84
- BusType = 1
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
- LogConfig = Shared.LogConfig
-
- [*TCM5150.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4 in Legacy Mode)
- ;
- [*TCM5151.ndi]
- Characteristics = 0x84
- BusType = 1
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
- LogConfig = Shared.Logconfig
-
- [*TCM5151.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- [Shared.Logconfig]
- IOConfig = 20@200-3FF%FFF0(3FF::)
- IRQConfig = 3,5,7,9,10,11,12,15
- DMAConfig = 3,5,6,7
-
- ; -------------------------------------------------------------------------
- ; 3C515-TX registry
- ;
- [3C515.reg]
- HKR, Ndi, Service, 0, "3C515"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [3C515.params]
- HKR,Ndi\params\BusMaster, ParamDesc, 0, %BusMaster%
- HKR,Ndi\params\BusMaster, default, 0, "YES"
- HKR,Ndi\params\BusMaster, type, 0, "enum"
- HKR,Ndi\params\BusMaster\enum, YES, 0, %YES%
- HKR,Ndi\params\BusMaster\enum, NO, 0, %NO%
-
- ; -------------------------------------------------------------------------
- ; 3C515 Driver and Service Section
- ;
- [3C515.Service]
- DisplayName = %3C515.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\EL515.sys
- LoadOrderGroup = NDIS
-
- [3C515.CopyFiles]
- EL515.sys,,,2
-
- [3C515.EventLog]
- AddReg = 3C515.AddEventLog.reg
-
- [3C515.AddEventLog.reg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR,, TypesSupported, 0x00010001, 7
-
- ; -------------------------------------------------------------------------
- ; Destination Dirs
- ;
- [DestinationDirs]
- 3C515.CopyFiles = 12
-
- ;-----------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- V_3COM = "3Com"
-
- BusMaster = "BusMaster"
- YES = "Yes"
- NO = "No"
-
- pnpTCM5150.DeviceDesc = "3Com Fast EtherLink ISA 100BaseTX Adapter (3C515-TX)"
- pnpTCM5151.DeviceDesc = "3Com Fast EtherLink ISA 100BaseT4 Adapter (3C515-T4)"
- *TCM5150.DeviceDesc = "3Com Fast EtherLink ISA 100BaseTX Adapter (3C515-TX in Legacy Mode)"
- *TCM5151.DeviceDesc = "3Com Fast EtherLink ISA 100BaseT4 Adapter (3C515-T4 in Legacy Mode)"
-
- 3C515.Service.DispName = "3Com Fast EtherLink ISA Adapter Driver"
-